﻿GOVERNMENT = {
	c:USA = {
		if = {
			limit = { exists = py:conservative_party }
			py:conservative_party = {
				set_ruling_party = yes
				add_momentum = momentum_medium # To weight the historical election in their favor
			}				
		}	
	}
}